<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="MF-D_arquivos/estilo.css">
<link rel="stylesheet" href="MF-D_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="MF-D_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="MF-D_arquivos/jquery.js" type="text/javascript"></script>
<script src="MF-D_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="MF-D_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="MF-D_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | D - Mdia Final</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="6" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="44" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96446" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="Mdia Final" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2599016&nbsp;ADRIA CARMOSINA FERREIRA DA SILVA LIMA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="2599016" type="hidden"></td>
            
            <td id="colunaNotaAluno_2599016_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_154" id="ci_AlunoAvaliacao_2599016_154" value="" type="hidden">
                <input name="nr_Nota_2599016_154" id="nr_Nota_2599016_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_160" id="ci_AlunoAvaliacao_2599016_160" value="" type="hidden">
                <input name="nr_Nota_2599016_160" id="nr_Nota_2599016_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_530" id="ci_AlunoAvaliacao_2599016_530" value="" type="hidden">
                <input name="nr_Nota_2599016_530" id="nr_Nota_2599016_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_780" id="ci_AlunoAvaliacao_2599016_780" value="" type="hidden">
                <input name="nr_Nota_2599016_780" id="nr_Nota_2599016_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_800" id="ci_AlunoAvaliacao_2599016_800" value="" type="hidden">
                <input name="nr_Nota_2599016_800" id="nr_Nota_2599016_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_890" id="ci_AlunoAvaliacao_2599016_890" value="" type="hidden">
                <input name="nr_Nota_2599016_890" id="nr_Nota_2599016_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_970" id="ci_AlunoAvaliacao_2599016_970" value="" type="hidden">
                <input name="nr_Nota_2599016_970" id="nr_Nota_2599016_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_3330" id="ci_AlunoAvaliacao_2599016_3330" value="" type="hidden">
                <input name="nr_Nota_2599016_3330" id="nr_Nota_2599016_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1130" id="ci_AlunoAvaliacao_2599016_1130" value="" type="hidden">
                <input name="nr_Nota_2599016_1130" id="nr_Nota_2599016_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1140" id="ci_AlunoAvaliacao_2599016_1140" value="" type="hidden">
                <input name="nr_Nota_2599016_1140" id="nr_Nota_2599016_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1200" id="ci_AlunoAvaliacao_2599016_1200" value="" type="hidden">
                <input name="nr_Nota_2599016_1200" id="nr_Nota_2599016_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1620" id="ci_AlunoAvaliacao_2599016_1620" value="" type="hidden">
                <input name="nr_Nota_2599016_1620" id="nr_Nota_2599016_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1730" id="ci_AlunoAvaliacao_2599016_1730" value="" type="hidden">
                <input name="nr_Nota_2599016_1730" id="nr_Nota_2599016_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1228092&nbsp;AMANDA ELLEN DUARTE CARIOLIANO DA SILVA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1228092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228092_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_154" id="ci_AlunoAvaliacao_1228092_154" value="" type="hidden">
                <input name="nr_Nota_1228092_154" id="nr_Nota_1228092_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_160" id="ci_AlunoAvaliacao_1228092_160" value="" type="hidden">
                <input name="nr_Nota_1228092_160" id="nr_Nota_1228092_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_530" id="ci_AlunoAvaliacao_1228092_530" value="" type="hidden">
                <input name="nr_Nota_1228092_530" id="nr_Nota_1228092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_780" id="ci_AlunoAvaliacao_1228092_780" value="" type="hidden">
                <input name="nr_Nota_1228092_780" id="nr_Nota_1228092_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_800" id="ci_AlunoAvaliacao_1228092_800" value="" type="hidden">
                <input name="nr_Nota_1228092_800" id="nr_Nota_1228092_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_890" id="ci_AlunoAvaliacao_1228092_890" value="" type="hidden">
                <input name="nr_Nota_1228092_890" id="nr_Nota_1228092_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_970" id="ci_AlunoAvaliacao_1228092_970" value="" type="hidden">
                <input name="nr_Nota_1228092_970" id="nr_Nota_1228092_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_3330" id="ci_AlunoAvaliacao_1228092_3330" value="" type="hidden">
                <input name="nr_Nota_1228092_3330" id="nr_Nota_1228092_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1130" id="ci_AlunoAvaliacao_1228092_1130" value="" type="hidden">
                <input name="nr_Nota_1228092_1130" id="nr_Nota_1228092_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1140" id="ci_AlunoAvaliacao_1228092_1140" value="" type="hidden">
                <input name="nr_Nota_1228092_1140" id="nr_Nota_1228092_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1200" id="ci_AlunoAvaliacao_1228092_1200" value="" type="hidden">
                <input name="nr_Nota_1228092_1200" id="nr_Nota_1228092_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1620" id="ci_AlunoAvaliacao_1228092_1620" value="" type="hidden">
                <input name="nr_Nota_1228092_1620" id="nr_Nota_1228092_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1730" id="ci_AlunoAvaliacao_1228092_1730" value="" type="hidden">
                <input name="nr_Nota_1228092_1730" id="nr_Nota_1228092_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;90227&nbsp;AMANDA SOUSA DE BRITO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="90227" type="hidden"></td>
            
            <td id="colunaNotaAluno_90227_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_154" id="ci_AlunoAvaliacao_90227_154" value="" type="hidden">
                <input name="nr_Nota_90227_154" id="nr_Nota_90227_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_160" id="ci_AlunoAvaliacao_90227_160" value="" type="hidden">
                <input name="nr_Nota_90227_160" id="nr_Nota_90227_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_530" id="ci_AlunoAvaliacao_90227_530" value="" type="hidden">
                <input name="nr_Nota_90227_530" id="nr_Nota_90227_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_780" id="ci_AlunoAvaliacao_90227_780" value="" type="hidden">
                <input name="nr_Nota_90227_780" id="nr_Nota_90227_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_800" id="ci_AlunoAvaliacao_90227_800" value="" type="hidden">
                <input name="nr_Nota_90227_800" id="nr_Nota_90227_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_890" id="ci_AlunoAvaliacao_90227_890" value="" type="hidden">
                <input name="nr_Nota_90227_890" id="nr_Nota_90227_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_970" id="ci_AlunoAvaliacao_90227_970" value="" type="hidden">
                <input name="nr_Nota_90227_970" id="nr_Nota_90227_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_3330" id="ci_AlunoAvaliacao_90227_3330" value="" type="hidden">
                <input name="nr_Nota_90227_3330" id="nr_Nota_90227_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1130" id="ci_AlunoAvaliacao_90227_1130" value="" type="hidden">
                <input name="nr_Nota_90227_1130" id="nr_Nota_90227_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1140" id="ci_AlunoAvaliacao_90227_1140" value="" type="hidden">
                <input name="nr_Nota_90227_1140" id="nr_Nota_90227_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1200" id="ci_AlunoAvaliacao_90227_1200" value="" type="hidden">
                <input name="nr_Nota_90227_1200" id="nr_Nota_90227_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1620" id="ci_AlunoAvaliacao_90227_1620" value="" type="hidden">
                <input name="nr_Nota_90227_1620" id="nr_Nota_90227_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1730" id="ci_AlunoAvaliacao_90227_1730" value="" type="hidden">
                <input name="nr_Nota_90227_1730" id="nr_Nota_90227_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;889308&nbsp;ANA CAROLINA ALVES LIMA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="889308" type="hidden"></td>
            
            <td id="colunaNotaAluno_889308_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_154" id="ci_AlunoAvaliacao_889308_154" value="" type="hidden">
                <input name="nr_Nota_889308_154" id="nr_Nota_889308_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_160" id="ci_AlunoAvaliacao_889308_160" value="" type="hidden">
                <input name="nr_Nota_889308_160" id="nr_Nota_889308_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_530" id="ci_AlunoAvaliacao_889308_530" value="" type="hidden">
                <input name="nr_Nota_889308_530" id="nr_Nota_889308_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_780" id="ci_AlunoAvaliacao_889308_780" value="" type="hidden">
                <input name="nr_Nota_889308_780" id="nr_Nota_889308_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_800" id="ci_AlunoAvaliacao_889308_800" value="" type="hidden">
                <input name="nr_Nota_889308_800" id="nr_Nota_889308_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_890" id="ci_AlunoAvaliacao_889308_890" value="" type="hidden">
                <input name="nr_Nota_889308_890" id="nr_Nota_889308_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_970" id="ci_AlunoAvaliacao_889308_970" value="" type="hidden">
                <input name="nr_Nota_889308_970" id="nr_Nota_889308_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_3330" id="ci_AlunoAvaliacao_889308_3330" value="" type="hidden">
                <input name="nr_Nota_889308_3330" id="nr_Nota_889308_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1130" id="ci_AlunoAvaliacao_889308_1130" value="" type="hidden">
                <input name="nr_Nota_889308_1130" id="nr_Nota_889308_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1140" id="ci_AlunoAvaliacao_889308_1140" value="" type="hidden">
                <input name="nr_Nota_889308_1140" id="nr_Nota_889308_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1200" id="ci_AlunoAvaliacao_889308_1200" value="" type="hidden">
                <input name="nr_Nota_889308_1200" id="nr_Nota_889308_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1620" id="ci_AlunoAvaliacao_889308_1620" value="" type="hidden">
                <input name="nr_Nota_889308_1620" id="nr_Nota_889308_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1730" id="ci_AlunoAvaliacao_889308_1730" value="" type="hidden">
                <input name="nr_Nota_889308_1730" id="nr_Nota_889308_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201429&nbsp;ANA KAROLINA MOTA CAVALCANTE
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1201429" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201429_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_154" id="ci_AlunoAvaliacao_1201429_154" value="" type="hidden">
                <input name="nr_Nota_1201429_154" id="nr_Nota_1201429_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_160" id="ci_AlunoAvaliacao_1201429_160" value="" type="hidden">
                <input name="nr_Nota_1201429_160" id="nr_Nota_1201429_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_530" id="ci_AlunoAvaliacao_1201429_530" value="" type="hidden">
                <input name="nr_Nota_1201429_530" id="nr_Nota_1201429_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_780" id="ci_AlunoAvaliacao_1201429_780" value="" type="hidden">
                <input name="nr_Nota_1201429_780" id="nr_Nota_1201429_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_800" id="ci_AlunoAvaliacao_1201429_800" value="" type="hidden">
                <input name="nr_Nota_1201429_800" id="nr_Nota_1201429_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_890" id="ci_AlunoAvaliacao_1201429_890" value="" type="hidden">
                <input name="nr_Nota_1201429_890" id="nr_Nota_1201429_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_970" id="ci_AlunoAvaliacao_1201429_970" value="" type="hidden">
                <input name="nr_Nota_1201429_970" id="nr_Nota_1201429_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_3330" id="ci_AlunoAvaliacao_1201429_3330" value="" type="hidden">
                <input name="nr_Nota_1201429_3330" id="nr_Nota_1201429_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1130" id="ci_AlunoAvaliacao_1201429_1130" value="" type="hidden">
                <input name="nr_Nota_1201429_1130" id="nr_Nota_1201429_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1140" id="ci_AlunoAvaliacao_1201429_1140" value="" type="hidden">
                <input name="nr_Nota_1201429_1140" id="nr_Nota_1201429_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1200" id="ci_AlunoAvaliacao_1201429_1200" value="" type="hidden">
                <input name="nr_Nota_1201429_1200" id="nr_Nota_1201429_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1620" id="ci_AlunoAvaliacao_1201429_1620" value="" type="hidden">
                <input name="nr_Nota_1201429_1620" id="nr_Nota_1201429_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1730" id="ci_AlunoAvaliacao_1201429_1730" value="" type="hidden">
                <input name="nr_Nota_1201429_1730" id="nr_Nota_1201429_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;482518&nbsp;ANA PAULA MOURA COSTA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="482518" type="hidden"></td>
            
            <td id="colunaNotaAluno_482518_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_154" id="ci_AlunoAvaliacao_482518_154" value="" type="hidden">
                <input name="nr_Nota_482518_154" id="nr_Nota_482518_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_160" id="ci_AlunoAvaliacao_482518_160" value="" type="hidden">
                <input name="nr_Nota_482518_160" id="nr_Nota_482518_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_530" id="ci_AlunoAvaliacao_482518_530" value="" type="hidden">
                <input name="nr_Nota_482518_530" id="nr_Nota_482518_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_780" id="ci_AlunoAvaliacao_482518_780" value="" type="hidden">
                <input name="nr_Nota_482518_780" id="nr_Nota_482518_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_800" id="ci_AlunoAvaliacao_482518_800" value="" type="hidden">
                <input name="nr_Nota_482518_800" id="nr_Nota_482518_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_890" id="ci_AlunoAvaliacao_482518_890" value="" type="hidden">
                <input name="nr_Nota_482518_890" id="nr_Nota_482518_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_970" id="ci_AlunoAvaliacao_482518_970" value="" type="hidden">
                <input name="nr_Nota_482518_970" id="nr_Nota_482518_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_3330" id="ci_AlunoAvaliacao_482518_3330" value="" type="hidden">
                <input name="nr_Nota_482518_3330" id="nr_Nota_482518_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1130" id="ci_AlunoAvaliacao_482518_1130" value="" type="hidden">
                <input name="nr_Nota_482518_1130" id="nr_Nota_482518_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1140" id="ci_AlunoAvaliacao_482518_1140" value="" type="hidden">
                <input name="nr_Nota_482518_1140" id="nr_Nota_482518_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1200" id="ci_AlunoAvaliacao_482518_1200" value="" type="hidden">
                <input name="nr_Nota_482518_1200" id="nr_Nota_482518_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1620" id="ci_AlunoAvaliacao_482518_1620" value="" type="hidden">
                <input name="nr_Nota_482518_1620" id="nr_Nota_482518_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1730" id="ci_AlunoAvaliacao_482518_1730" value="" type="hidden">
                <input name="nr_Nota_482518_1730" id="nr_Nota_482518_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;699963&nbsp;ANDREZA ALBUQUERQUE DE SOUSA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="699963" type="hidden"></td>
            
            <td id="colunaNotaAluno_699963_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_154" id="ci_AlunoAvaliacao_699963_154" value="" type="hidden">
                <input name="nr_Nota_699963_154" id="nr_Nota_699963_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_160" id="ci_AlunoAvaliacao_699963_160" value="" type="hidden">
                <input name="nr_Nota_699963_160" id="nr_Nota_699963_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_530" id="ci_AlunoAvaliacao_699963_530" value="" type="hidden">
                <input name="nr_Nota_699963_530" id="nr_Nota_699963_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_780" id="ci_AlunoAvaliacao_699963_780" value="" type="hidden">
                <input name="nr_Nota_699963_780" id="nr_Nota_699963_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_800" id="ci_AlunoAvaliacao_699963_800" value="" type="hidden">
                <input name="nr_Nota_699963_800" id="nr_Nota_699963_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_890" id="ci_AlunoAvaliacao_699963_890" value="" type="hidden">
                <input name="nr_Nota_699963_890" id="nr_Nota_699963_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_970" id="ci_AlunoAvaliacao_699963_970" value="" type="hidden">
                <input name="nr_Nota_699963_970" id="nr_Nota_699963_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_3330" id="ci_AlunoAvaliacao_699963_3330" value="" type="hidden">
                <input name="nr_Nota_699963_3330" id="nr_Nota_699963_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1130" id="ci_AlunoAvaliacao_699963_1130" value="" type="hidden">
                <input name="nr_Nota_699963_1130" id="nr_Nota_699963_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1140" id="ci_AlunoAvaliacao_699963_1140" value="" type="hidden">
                <input name="nr_Nota_699963_1140" id="nr_Nota_699963_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1200" id="ci_AlunoAvaliacao_699963_1200" value="" type="hidden">
                <input name="nr_Nota_699963_1200" id="nr_Nota_699963_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1620" id="ci_AlunoAvaliacao_699963_1620" value="" type="hidden">
                <input name="nr_Nota_699963_1620" id="nr_Nota_699963_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1730" id="ci_AlunoAvaliacao_699963_1730" value="" type="hidden">
                <input name="nr_Nota_699963_1730" id="nr_Nota_699963_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;495946&nbsp;ANTONIO ANDRE GOMES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="495946" type="hidden"></td>
            
            <td id="colunaNotaAluno_495946_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_154" id="ci_AlunoAvaliacao_495946_154" value="" type="hidden">
                <input name="nr_Nota_495946_154" id="nr_Nota_495946_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_160" id="ci_AlunoAvaliacao_495946_160" value="" type="hidden">
                <input name="nr_Nota_495946_160" id="nr_Nota_495946_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_530" id="ci_AlunoAvaliacao_495946_530" value="" type="hidden">
                <input name="nr_Nota_495946_530" id="nr_Nota_495946_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_780" id="ci_AlunoAvaliacao_495946_780" value="" type="hidden">
                <input name="nr_Nota_495946_780" id="nr_Nota_495946_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_800" id="ci_AlunoAvaliacao_495946_800" value="" type="hidden">
                <input name="nr_Nota_495946_800" id="nr_Nota_495946_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_890" id="ci_AlunoAvaliacao_495946_890" value="" type="hidden">
                <input name="nr_Nota_495946_890" id="nr_Nota_495946_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_970" id="ci_AlunoAvaliacao_495946_970" value="" type="hidden">
                <input name="nr_Nota_495946_970" id="nr_Nota_495946_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_3330" id="ci_AlunoAvaliacao_495946_3330" value="" type="hidden">
                <input name="nr_Nota_495946_3330" id="nr_Nota_495946_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1130" id="ci_AlunoAvaliacao_495946_1130" value="" type="hidden">
                <input name="nr_Nota_495946_1130" id="nr_Nota_495946_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1140" id="ci_AlunoAvaliacao_495946_1140" value="" type="hidden">
                <input name="nr_Nota_495946_1140" id="nr_Nota_495946_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1200" id="ci_AlunoAvaliacao_495946_1200" value="" type="hidden">
                <input name="nr_Nota_495946_1200" id="nr_Nota_495946_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1620" id="ci_AlunoAvaliacao_495946_1620" value="" type="hidden">
                <input name="nr_Nota_495946_1620" id="nr_Nota_495946_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1730" id="ci_AlunoAvaliacao_495946_1730" value="" type="hidden">
                <input name="nr_Nota_495946_1730" id="nr_Nota_495946_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1296421&nbsp;ATILA DE ROSA VICENTE
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="1296421" type="hidden"></td>
            
            <td id="colunaNotaAluno_1296421_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_154" id="ci_AlunoAvaliacao_1296421_154" value="" type="hidden">
                <input name="nr_Nota_1296421_154" id="nr_Nota_1296421_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_160" id="ci_AlunoAvaliacao_1296421_160" value="" type="hidden">
                <input name="nr_Nota_1296421_160" id="nr_Nota_1296421_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_530" id="ci_AlunoAvaliacao_1296421_530" value="" type="hidden">
                <input name="nr_Nota_1296421_530" id="nr_Nota_1296421_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_780" id="ci_AlunoAvaliacao_1296421_780" value="" type="hidden">
                <input name="nr_Nota_1296421_780" id="nr_Nota_1296421_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_800" id="ci_AlunoAvaliacao_1296421_800" value="" type="hidden">
                <input name="nr_Nota_1296421_800" id="nr_Nota_1296421_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_890" id="ci_AlunoAvaliacao_1296421_890" value="" type="hidden">
                <input name="nr_Nota_1296421_890" id="nr_Nota_1296421_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_970" id="ci_AlunoAvaliacao_1296421_970" value="" type="hidden">
                <input name="nr_Nota_1296421_970" id="nr_Nota_1296421_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_3330" id="ci_AlunoAvaliacao_1296421_3330" value="" type="hidden">
                <input name="nr_Nota_1296421_3330" id="nr_Nota_1296421_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1130" id="ci_AlunoAvaliacao_1296421_1130" value="" type="hidden">
                <input name="nr_Nota_1296421_1130" id="nr_Nota_1296421_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1140" id="ci_AlunoAvaliacao_1296421_1140" value="" type="hidden">
                <input name="nr_Nota_1296421_1140" id="nr_Nota_1296421_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1200" id="ci_AlunoAvaliacao_1296421_1200" value="" type="hidden">
                <input name="nr_Nota_1296421_1200" id="nr_Nota_1296421_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1620" id="ci_AlunoAvaliacao_1296421_1620" value="" type="hidden">
                <input name="nr_Nota_1296421_1620" id="nr_Nota_1296421_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1730" id="ci_AlunoAvaliacao_1296421_1730" value="" type="hidden">
                <input name="nr_Nota_1296421_1730" id="nr_Nota_1296421_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167654&nbsp;BRUNA KEZIA PEREIRA LOPES DE MORAES
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1167654" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167654_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_154" id="ci_AlunoAvaliacao_1167654_154" value="" type="hidden">
                <input name="nr_Nota_1167654_154" id="nr_Nota_1167654_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_160" id="ci_AlunoAvaliacao_1167654_160" value="" type="hidden">
                <input name="nr_Nota_1167654_160" id="nr_Nota_1167654_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_530" id="ci_AlunoAvaliacao_1167654_530" value="" type="hidden">
                <input name="nr_Nota_1167654_530" id="nr_Nota_1167654_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_780" id="ci_AlunoAvaliacao_1167654_780" value="" type="hidden">
                <input name="nr_Nota_1167654_780" id="nr_Nota_1167654_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_800" id="ci_AlunoAvaliacao_1167654_800" value="" type="hidden">
                <input name="nr_Nota_1167654_800" id="nr_Nota_1167654_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_890" id="ci_AlunoAvaliacao_1167654_890" value="" type="hidden">
                <input name="nr_Nota_1167654_890" id="nr_Nota_1167654_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_970" id="ci_AlunoAvaliacao_1167654_970" value="" type="hidden">
                <input name="nr_Nota_1167654_970" id="nr_Nota_1167654_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_3330" id="ci_AlunoAvaliacao_1167654_3330" value="" type="hidden">
                <input name="nr_Nota_1167654_3330" id="nr_Nota_1167654_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1130" id="ci_AlunoAvaliacao_1167654_1130" value="" type="hidden">
                <input name="nr_Nota_1167654_1130" id="nr_Nota_1167654_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1140" id="ci_AlunoAvaliacao_1167654_1140" value="" type="hidden">
                <input name="nr_Nota_1167654_1140" id="nr_Nota_1167654_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1200" id="ci_AlunoAvaliacao_1167654_1200" value="" type="hidden">
                <input name="nr_Nota_1167654_1200" id="nr_Nota_1167654_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1620" id="ci_AlunoAvaliacao_1167654_1620" value="" type="hidden">
                <input name="nr_Nota_1167654_1620" id="nr_Nota_1167654_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1730" id="ci_AlunoAvaliacao_1167654_1730" value="" type="hidden">
                <input name="nr_Nota_1167654_1730" id="nr_Nota_1167654_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;380067&nbsp;DARLYANE NOGUEIRA DO NASCIMENTO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="380067" type="hidden"></td>
            
            <td id="colunaNotaAluno_380067_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_154" id="ci_AlunoAvaliacao_380067_154" value="" type="hidden">
                <input name="nr_Nota_380067_154" id="nr_Nota_380067_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_160" id="ci_AlunoAvaliacao_380067_160" value="" type="hidden">
                <input name="nr_Nota_380067_160" id="nr_Nota_380067_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_530" id="ci_AlunoAvaliacao_380067_530" value="" type="hidden">
                <input name="nr_Nota_380067_530" id="nr_Nota_380067_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_780" id="ci_AlunoAvaliacao_380067_780" value="" type="hidden">
                <input name="nr_Nota_380067_780" id="nr_Nota_380067_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_800" id="ci_AlunoAvaliacao_380067_800" value="" type="hidden">
                <input name="nr_Nota_380067_800" id="nr_Nota_380067_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_890" id="ci_AlunoAvaliacao_380067_890" value="" type="hidden">
                <input name="nr_Nota_380067_890" id="nr_Nota_380067_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_970" id="ci_AlunoAvaliacao_380067_970" value="" type="hidden">
                <input name="nr_Nota_380067_970" id="nr_Nota_380067_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_3330" id="ci_AlunoAvaliacao_380067_3330" value="" type="hidden">
                <input name="nr_Nota_380067_3330" id="nr_Nota_380067_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1130" id="ci_AlunoAvaliacao_380067_1130" value="" type="hidden">
                <input name="nr_Nota_380067_1130" id="nr_Nota_380067_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1140" id="ci_AlunoAvaliacao_380067_1140" value="" type="hidden">
                <input name="nr_Nota_380067_1140" id="nr_Nota_380067_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1200" id="ci_AlunoAvaliacao_380067_1200" value="" type="hidden">
                <input name="nr_Nota_380067_1200" id="nr_Nota_380067_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1620" id="ci_AlunoAvaliacao_380067_1620" value="" type="hidden">
                <input name="nr_Nota_380067_1620" id="nr_Nota_380067_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1730" id="ci_AlunoAvaliacao_380067_1730" value="" type="hidden">
                <input name="nr_Nota_380067_1730" id="nr_Nota_380067_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1477389&nbsp;DEBORAH CRISTINA BASTOS MOITA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1477389" type="hidden"></td>
            
            <td id="colunaNotaAluno_1477389_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_154" id="ci_AlunoAvaliacao_1477389_154" value="" type="hidden">
                <input name="nr_Nota_1477389_154" id="nr_Nota_1477389_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_160" id="ci_AlunoAvaliacao_1477389_160" value="" type="hidden">
                <input name="nr_Nota_1477389_160" id="nr_Nota_1477389_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_530" id="ci_AlunoAvaliacao_1477389_530" value="" type="hidden">
                <input name="nr_Nota_1477389_530" id="nr_Nota_1477389_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_780" id="ci_AlunoAvaliacao_1477389_780" value="" type="hidden">
                <input name="nr_Nota_1477389_780" id="nr_Nota_1477389_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_800" id="ci_AlunoAvaliacao_1477389_800" value="" type="hidden">
                <input name="nr_Nota_1477389_800" id="nr_Nota_1477389_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_890" id="ci_AlunoAvaliacao_1477389_890" value="" type="hidden">
                <input name="nr_Nota_1477389_890" id="nr_Nota_1477389_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_970" id="ci_AlunoAvaliacao_1477389_970" value="" type="hidden">
                <input name="nr_Nota_1477389_970" id="nr_Nota_1477389_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_3330" id="ci_AlunoAvaliacao_1477389_3330" value="" type="hidden">
                <input name="nr_Nota_1477389_3330" id="nr_Nota_1477389_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1130" id="ci_AlunoAvaliacao_1477389_1130" value="" type="hidden">
                <input name="nr_Nota_1477389_1130" id="nr_Nota_1477389_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1140" id="ci_AlunoAvaliacao_1477389_1140" value="" type="hidden">
                <input name="nr_Nota_1477389_1140" id="nr_Nota_1477389_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1200" id="ci_AlunoAvaliacao_1477389_1200" value="" type="hidden">
                <input name="nr_Nota_1477389_1200" id="nr_Nota_1477389_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1620" id="ci_AlunoAvaliacao_1477389_1620" value="" type="hidden">
                <input name="nr_Nota_1477389_1620" id="nr_Nota_1477389_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1730" id="ci_AlunoAvaliacao_1477389_1730" value="" type="hidden">
                <input name="nr_Nota_1477389_1730" id="nr_Nota_1477389_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892537&nbsp;DUCILENE SILVA ARAUJO
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="892537" type="hidden"></td>
            
            <td id="colunaNotaAluno_892537_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_154" id="ci_AlunoAvaliacao_892537_154" value="" type="hidden">
                <input name="nr_Nota_892537_154" id="nr_Nota_892537_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_160" id="ci_AlunoAvaliacao_892537_160" value="" type="hidden">
                <input name="nr_Nota_892537_160" id="nr_Nota_892537_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_530" id="ci_AlunoAvaliacao_892537_530" value="" type="hidden">
                <input name="nr_Nota_892537_530" id="nr_Nota_892537_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_780" id="ci_AlunoAvaliacao_892537_780" value="" type="hidden">
                <input name="nr_Nota_892537_780" id="nr_Nota_892537_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_800" id="ci_AlunoAvaliacao_892537_800" value="" type="hidden">
                <input name="nr_Nota_892537_800" id="nr_Nota_892537_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_890" id="ci_AlunoAvaliacao_892537_890" value="" type="hidden">
                <input name="nr_Nota_892537_890" id="nr_Nota_892537_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_970" id="ci_AlunoAvaliacao_892537_970" value="" type="hidden">
                <input name="nr_Nota_892537_970" id="nr_Nota_892537_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_3330" id="ci_AlunoAvaliacao_892537_3330" value="" type="hidden">
                <input name="nr_Nota_892537_3330" id="nr_Nota_892537_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1130" id="ci_AlunoAvaliacao_892537_1130" value="" type="hidden">
                <input name="nr_Nota_892537_1130" id="nr_Nota_892537_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1140" id="ci_AlunoAvaliacao_892537_1140" value="" type="hidden">
                <input name="nr_Nota_892537_1140" id="nr_Nota_892537_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1200" id="ci_AlunoAvaliacao_892537_1200" value="" type="hidden">
                <input name="nr_Nota_892537_1200" id="nr_Nota_892537_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1620" id="ci_AlunoAvaliacao_892537_1620" value="" type="hidden">
                <input name="nr_Nota_892537_1620" id="nr_Nota_892537_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1730" id="ci_AlunoAvaliacao_892537_1730" value="" type="hidden">
                <input name="nr_Nota_892537_1730" id="nr_Nota_892537_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1296019&nbsp;ELAINE ROCHA DE SOUSA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1296019" type="hidden"></td>
            
            <td id="colunaNotaAluno_1296019_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_154" id="ci_AlunoAvaliacao_1296019_154" value="" type="hidden">
                <input name="nr_Nota_1296019_154" id="nr_Nota_1296019_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_160" id="ci_AlunoAvaliacao_1296019_160" value="" type="hidden">
                <input name="nr_Nota_1296019_160" id="nr_Nota_1296019_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_530" id="ci_AlunoAvaliacao_1296019_530" value="" type="hidden">
                <input name="nr_Nota_1296019_530" id="nr_Nota_1296019_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_780" id="ci_AlunoAvaliacao_1296019_780" value="" type="hidden">
                <input name="nr_Nota_1296019_780" id="nr_Nota_1296019_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_800" id="ci_AlunoAvaliacao_1296019_800" value="" type="hidden">
                <input name="nr_Nota_1296019_800" id="nr_Nota_1296019_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_890" id="ci_AlunoAvaliacao_1296019_890" value="" type="hidden">
                <input name="nr_Nota_1296019_890" id="nr_Nota_1296019_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_970" id="ci_AlunoAvaliacao_1296019_970" value="" type="hidden">
                <input name="nr_Nota_1296019_970" id="nr_Nota_1296019_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_3330" id="ci_AlunoAvaliacao_1296019_3330" value="" type="hidden">
                <input name="nr_Nota_1296019_3330" id="nr_Nota_1296019_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1130" id="ci_AlunoAvaliacao_1296019_1130" value="" type="hidden">
                <input name="nr_Nota_1296019_1130" id="nr_Nota_1296019_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1140" id="ci_AlunoAvaliacao_1296019_1140" value="" type="hidden">
                <input name="nr_Nota_1296019_1140" id="nr_Nota_1296019_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1200" id="ci_AlunoAvaliacao_1296019_1200" value="" type="hidden">
                <input name="nr_Nota_1296019_1200" id="nr_Nota_1296019_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1620" id="ci_AlunoAvaliacao_1296019_1620" value="" type="hidden">
                <input name="nr_Nota_1296019_1620" id="nr_Nota_1296019_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1730" id="ci_AlunoAvaliacao_1296019_1730" value="" type="hidden">
                <input name="nr_Nota_1296019_1730" id="nr_Nota_1296019_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;620674&nbsp;ELIDIANE DE ALMEIDA OLIVEIRA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="620674" type="hidden"></td>
            
            <td id="colunaNotaAluno_620674_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_154" id="ci_AlunoAvaliacao_620674_154" value="" type="hidden">
                <input name="nr_Nota_620674_154" id="nr_Nota_620674_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_160" id="ci_AlunoAvaliacao_620674_160" value="" type="hidden">
                <input name="nr_Nota_620674_160" id="nr_Nota_620674_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_530" id="ci_AlunoAvaliacao_620674_530" value="" type="hidden">
                <input name="nr_Nota_620674_530" id="nr_Nota_620674_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_780" id="ci_AlunoAvaliacao_620674_780" value="" type="hidden">
                <input name="nr_Nota_620674_780" id="nr_Nota_620674_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_800" id="ci_AlunoAvaliacao_620674_800" value="" type="hidden">
                <input name="nr_Nota_620674_800" id="nr_Nota_620674_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_890" id="ci_AlunoAvaliacao_620674_890" value="" type="hidden">
                <input name="nr_Nota_620674_890" id="nr_Nota_620674_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_970" id="ci_AlunoAvaliacao_620674_970" value="" type="hidden">
                <input name="nr_Nota_620674_970" id="nr_Nota_620674_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_3330" id="ci_AlunoAvaliacao_620674_3330" value="" type="hidden">
                <input name="nr_Nota_620674_3330" id="nr_Nota_620674_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1130" id="ci_AlunoAvaliacao_620674_1130" value="" type="hidden">
                <input name="nr_Nota_620674_1130" id="nr_Nota_620674_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1140" id="ci_AlunoAvaliacao_620674_1140" value="" type="hidden">
                <input name="nr_Nota_620674_1140" id="nr_Nota_620674_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1200" id="ci_AlunoAvaliacao_620674_1200" value="" type="hidden">
                <input name="nr_Nota_620674_1200" id="nr_Nota_620674_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1620" id="ci_AlunoAvaliacao_620674_1620" value="" type="hidden">
                <input name="nr_Nota_620674_1620" id="nr_Nota_620674_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1730" id="ci_AlunoAvaliacao_620674_1730" value="" type="hidden">
                <input name="nr_Nota_620674_1730" id="nr_Nota_620674_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;550239&nbsp;FRANCISCA FERNANDA GUEDES DA COSTA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="550239" type="hidden"></td>
            
            <td id="colunaNotaAluno_550239_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_154" id="ci_AlunoAvaliacao_550239_154" value="" type="hidden">
                <input name="nr_Nota_550239_154" id="nr_Nota_550239_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_160" id="ci_AlunoAvaliacao_550239_160" value="" type="hidden">
                <input name="nr_Nota_550239_160" id="nr_Nota_550239_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_530" id="ci_AlunoAvaliacao_550239_530" value="" type="hidden">
                <input name="nr_Nota_550239_530" id="nr_Nota_550239_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_780" id="ci_AlunoAvaliacao_550239_780" value="" type="hidden">
                <input name="nr_Nota_550239_780" id="nr_Nota_550239_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_800" id="ci_AlunoAvaliacao_550239_800" value="" type="hidden">
                <input name="nr_Nota_550239_800" id="nr_Nota_550239_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_890" id="ci_AlunoAvaliacao_550239_890" value="" type="hidden">
                <input name="nr_Nota_550239_890" id="nr_Nota_550239_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_970" id="ci_AlunoAvaliacao_550239_970" value="" type="hidden">
                <input name="nr_Nota_550239_970" id="nr_Nota_550239_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_3330" id="ci_AlunoAvaliacao_550239_3330" value="" type="hidden">
                <input name="nr_Nota_550239_3330" id="nr_Nota_550239_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1130" id="ci_AlunoAvaliacao_550239_1130" value="" type="hidden">
                <input name="nr_Nota_550239_1130" id="nr_Nota_550239_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1140" id="ci_AlunoAvaliacao_550239_1140" value="" type="hidden">
                <input name="nr_Nota_550239_1140" id="nr_Nota_550239_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1200" id="ci_AlunoAvaliacao_550239_1200" value="" type="hidden">
                <input name="nr_Nota_550239_1200" id="nr_Nota_550239_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1620" id="ci_AlunoAvaliacao_550239_1620" value="" type="hidden">
                <input name="nr_Nota_550239_1620" id="nr_Nota_550239_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1730" id="ci_AlunoAvaliacao_550239_1730" value="" type="hidden">
                <input name="nr_Nota_550239_1730" id="nr_Nota_550239_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;895571&nbsp;FRANCISCA JESSICA DAMASCENO SA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="895571" type="hidden"></td>
            
            <td id="colunaNotaAluno_895571_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_154" id="ci_AlunoAvaliacao_895571_154" value="" type="hidden">
                <input name="nr_Nota_895571_154" id="nr_Nota_895571_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_160" id="ci_AlunoAvaliacao_895571_160" value="" type="hidden">
                <input name="nr_Nota_895571_160" id="nr_Nota_895571_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_530" id="ci_AlunoAvaliacao_895571_530" value="" type="hidden">
                <input name="nr_Nota_895571_530" id="nr_Nota_895571_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_780" id="ci_AlunoAvaliacao_895571_780" value="" type="hidden">
                <input name="nr_Nota_895571_780" id="nr_Nota_895571_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_800" id="ci_AlunoAvaliacao_895571_800" value="" type="hidden">
                <input name="nr_Nota_895571_800" id="nr_Nota_895571_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_890" id="ci_AlunoAvaliacao_895571_890" value="" type="hidden">
                <input name="nr_Nota_895571_890" id="nr_Nota_895571_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_970" id="ci_AlunoAvaliacao_895571_970" value="" type="hidden">
                <input name="nr_Nota_895571_970" id="nr_Nota_895571_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_3330" id="ci_AlunoAvaliacao_895571_3330" value="" type="hidden">
                <input name="nr_Nota_895571_3330" id="nr_Nota_895571_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1130" id="ci_AlunoAvaliacao_895571_1130" value="" type="hidden">
                <input name="nr_Nota_895571_1130" id="nr_Nota_895571_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1140" id="ci_AlunoAvaliacao_895571_1140" value="" type="hidden">
                <input name="nr_Nota_895571_1140" id="nr_Nota_895571_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1200" id="ci_AlunoAvaliacao_895571_1200" value="" type="hidden">
                <input name="nr_Nota_895571_1200" id="nr_Nota_895571_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1620" id="ci_AlunoAvaliacao_895571_1620" value="" type="hidden">
                <input name="nr_Nota_895571_1620" id="nr_Nota_895571_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1730" id="ci_AlunoAvaliacao_895571_1730" value="" type="hidden">
                <input name="nr_Nota_895571_1730" id="nr_Nota_895571_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1026600&nbsp;IAN COSTA LAVOR
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1026600" type="hidden"></td>
            
            <td id="colunaNotaAluno_1026600_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_154" id="ci_AlunoAvaliacao_1026600_154" value="" type="hidden">
                <input name="nr_Nota_1026600_154" id="nr_Nota_1026600_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_160" id="ci_AlunoAvaliacao_1026600_160" value="" type="hidden">
                <input name="nr_Nota_1026600_160" id="nr_Nota_1026600_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_530" id="ci_AlunoAvaliacao_1026600_530" value="" type="hidden">
                <input name="nr_Nota_1026600_530" id="nr_Nota_1026600_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_780" id="ci_AlunoAvaliacao_1026600_780" value="" type="hidden">
                <input name="nr_Nota_1026600_780" id="nr_Nota_1026600_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_800" id="ci_AlunoAvaliacao_1026600_800" value="" type="hidden">
                <input name="nr_Nota_1026600_800" id="nr_Nota_1026600_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_890" id="ci_AlunoAvaliacao_1026600_890" value="" type="hidden">
                <input name="nr_Nota_1026600_890" id="nr_Nota_1026600_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_970" id="ci_AlunoAvaliacao_1026600_970" value="" type="hidden">
                <input name="nr_Nota_1026600_970" id="nr_Nota_1026600_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_3330" id="ci_AlunoAvaliacao_1026600_3330" value="" type="hidden">
                <input name="nr_Nota_1026600_3330" id="nr_Nota_1026600_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1130" id="ci_AlunoAvaliacao_1026600_1130" value="" type="hidden">
                <input name="nr_Nota_1026600_1130" id="nr_Nota_1026600_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1140" id="ci_AlunoAvaliacao_1026600_1140" value="" type="hidden">
                <input name="nr_Nota_1026600_1140" id="nr_Nota_1026600_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1200" id="ci_AlunoAvaliacao_1026600_1200" value="" type="hidden">
                <input name="nr_Nota_1026600_1200" id="nr_Nota_1026600_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1620" id="ci_AlunoAvaliacao_1026600_1620" value="" type="hidden">
                <input name="nr_Nota_1026600_1620" id="nr_Nota_1026600_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1730" id="ci_AlunoAvaliacao_1026600_1730" value="" type="hidden">
                <input name="nr_Nota_1026600_1730" id="nr_Nota_1026600_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1169805&nbsp;IGOR TEIXEIRA LIMA VERDE
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1169805" type="hidden"></td>
            
            <td id="colunaNotaAluno_1169805_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_154" id="ci_AlunoAvaliacao_1169805_154" value="" type="hidden">
                <input name="nr_Nota_1169805_154" id="nr_Nota_1169805_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_160" id="ci_AlunoAvaliacao_1169805_160" value="" type="hidden">
                <input name="nr_Nota_1169805_160" id="nr_Nota_1169805_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_530" id="ci_AlunoAvaliacao_1169805_530" value="" type="hidden">
                <input name="nr_Nota_1169805_530" id="nr_Nota_1169805_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_780" id="ci_AlunoAvaliacao_1169805_780" value="" type="hidden">
                <input name="nr_Nota_1169805_780" id="nr_Nota_1169805_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_800" id="ci_AlunoAvaliacao_1169805_800" value="" type="hidden">
                <input name="nr_Nota_1169805_800" id="nr_Nota_1169805_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_890" id="ci_AlunoAvaliacao_1169805_890" value="" type="hidden">
                <input name="nr_Nota_1169805_890" id="nr_Nota_1169805_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_970" id="ci_AlunoAvaliacao_1169805_970" value="" type="hidden">
                <input name="nr_Nota_1169805_970" id="nr_Nota_1169805_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_3330" id="ci_AlunoAvaliacao_1169805_3330" value="" type="hidden">
                <input name="nr_Nota_1169805_3330" id="nr_Nota_1169805_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1130" id="ci_AlunoAvaliacao_1169805_1130" value="" type="hidden">
                <input name="nr_Nota_1169805_1130" id="nr_Nota_1169805_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1140" id="ci_AlunoAvaliacao_1169805_1140" value="" type="hidden">
                <input name="nr_Nota_1169805_1140" id="nr_Nota_1169805_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1200" id="ci_AlunoAvaliacao_1169805_1200" value="" type="hidden">
                <input name="nr_Nota_1169805_1200" id="nr_Nota_1169805_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1620" id="ci_AlunoAvaliacao_1169805_1620" value="" type="hidden">
                <input name="nr_Nota_1169805_1620" id="nr_Nota_1169805_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1730" id="ci_AlunoAvaliacao_1169805_1730" value="" type="hidden">
                <input name="nr_Nota_1169805_1730" id="nr_Nota_1169805_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202039&nbsp;ILANA XAVIER DE MOURA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1202039" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202039_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_154" id="ci_AlunoAvaliacao_1202039_154" value="" type="hidden">
                <input name="nr_Nota_1202039_154" id="nr_Nota_1202039_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_160" id="ci_AlunoAvaliacao_1202039_160" value="" type="hidden">
                <input name="nr_Nota_1202039_160" id="nr_Nota_1202039_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_530" id="ci_AlunoAvaliacao_1202039_530" value="" type="hidden">
                <input name="nr_Nota_1202039_530" id="nr_Nota_1202039_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_780" id="ci_AlunoAvaliacao_1202039_780" value="" type="hidden">
                <input name="nr_Nota_1202039_780" id="nr_Nota_1202039_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_800" id="ci_AlunoAvaliacao_1202039_800" value="" type="hidden">
                <input name="nr_Nota_1202039_800" id="nr_Nota_1202039_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_890" id="ci_AlunoAvaliacao_1202039_890" value="" type="hidden">
                <input name="nr_Nota_1202039_890" id="nr_Nota_1202039_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_970" id="ci_AlunoAvaliacao_1202039_970" value="" type="hidden">
                <input name="nr_Nota_1202039_970" id="nr_Nota_1202039_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_3330" id="ci_AlunoAvaliacao_1202039_3330" value="" type="hidden">
                <input name="nr_Nota_1202039_3330" id="nr_Nota_1202039_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1130" id="ci_AlunoAvaliacao_1202039_1130" value="" type="hidden">
                <input name="nr_Nota_1202039_1130" id="nr_Nota_1202039_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1140" id="ci_AlunoAvaliacao_1202039_1140" value="" type="hidden">
                <input name="nr_Nota_1202039_1140" id="nr_Nota_1202039_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1200" id="ci_AlunoAvaliacao_1202039_1200" value="" type="hidden">
                <input name="nr_Nota_1202039_1200" id="nr_Nota_1202039_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1620" id="ci_AlunoAvaliacao_1202039_1620" value="" type="hidden">
                <input name="nr_Nota_1202039_1620" id="nr_Nota_1202039_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1730" id="ci_AlunoAvaliacao_1202039_1730" value="" type="hidden">
                <input name="nr_Nota_1202039_1730" id="nr_Nota_1202039_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201803&nbsp;INGRID ALVES DE OLIVEIRA DE SOUZA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1201803" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201803_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_154" id="ci_AlunoAvaliacao_1201803_154" value="" type="hidden">
                <input name="nr_Nota_1201803_154" id="nr_Nota_1201803_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_160" id="ci_AlunoAvaliacao_1201803_160" value="" type="hidden">
                <input name="nr_Nota_1201803_160" id="nr_Nota_1201803_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_530" id="ci_AlunoAvaliacao_1201803_530" value="" type="hidden">
                <input name="nr_Nota_1201803_530" id="nr_Nota_1201803_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_780" id="ci_AlunoAvaliacao_1201803_780" value="" type="hidden">
                <input name="nr_Nota_1201803_780" id="nr_Nota_1201803_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_800" id="ci_AlunoAvaliacao_1201803_800" value="" type="hidden">
                <input name="nr_Nota_1201803_800" id="nr_Nota_1201803_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_890" id="ci_AlunoAvaliacao_1201803_890" value="" type="hidden">
                <input name="nr_Nota_1201803_890" id="nr_Nota_1201803_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_970" id="ci_AlunoAvaliacao_1201803_970" value="" type="hidden">
                <input name="nr_Nota_1201803_970" id="nr_Nota_1201803_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_3330" id="ci_AlunoAvaliacao_1201803_3330" value="" type="hidden">
                <input name="nr_Nota_1201803_3330" id="nr_Nota_1201803_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1130" id="ci_AlunoAvaliacao_1201803_1130" value="" type="hidden">
                <input name="nr_Nota_1201803_1130" id="nr_Nota_1201803_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1140" id="ci_AlunoAvaliacao_1201803_1140" value="" type="hidden">
                <input name="nr_Nota_1201803_1140" id="nr_Nota_1201803_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1200" id="ci_AlunoAvaliacao_1201803_1200" value="" type="hidden">
                <input name="nr_Nota_1201803_1200" id="nr_Nota_1201803_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1620" id="ci_AlunoAvaliacao_1201803_1620" value="" type="hidden">
                <input name="nr_Nota_1201803_1620" id="nr_Nota_1201803_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1730" id="ci_AlunoAvaliacao_1201803_1730" value="" type="hidden">
                <input name="nr_Nota_1201803_1730" id="nr_Nota_1201803_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1484646&nbsp;JANNIELLE MAGALHAES FORTE
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="1484646" type="hidden"></td>
            
            <td id="colunaNotaAluno_1484646_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_154" id="ci_AlunoAvaliacao_1484646_154" value="" type="hidden">
                <input name="nr_Nota_1484646_154" id="nr_Nota_1484646_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_160" id="ci_AlunoAvaliacao_1484646_160" value="" type="hidden">
                <input name="nr_Nota_1484646_160" id="nr_Nota_1484646_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_530" id="ci_AlunoAvaliacao_1484646_530" value="" type="hidden">
                <input name="nr_Nota_1484646_530" id="nr_Nota_1484646_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_780" id="ci_AlunoAvaliacao_1484646_780" value="" type="hidden">
                <input name="nr_Nota_1484646_780" id="nr_Nota_1484646_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_800" id="ci_AlunoAvaliacao_1484646_800" value="" type="hidden">
                <input name="nr_Nota_1484646_800" id="nr_Nota_1484646_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_890" id="ci_AlunoAvaliacao_1484646_890" value="" type="hidden">
                <input name="nr_Nota_1484646_890" id="nr_Nota_1484646_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_970" id="ci_AlunoAvaliacao_1484646_970" value="" type="hidden">
                <input name="nr_Nota_1484646_970" id="nr_Nota_1484646_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_3330" id="ci_AlunoAvaliacao_1484646_3330" value="" type="hidden">
                <input name="nr_Nota_1484646_3330" id="nr_Nota_1484646_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1130" id="ci_AlunoAvaliacao_1484646_1130" value="" type="hidden">
                <input name="nr_Nota_1484646_1130" id="nr_Nota_1484646_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1140" id="ci_AlunoAvaliacao_1484646_1140" value="" type="hidden">
                <input name="nr_Nota_1484646_1140" id="nr_Nota_1484646_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1200" id="ci_AlunoAvaliacao_1484646_1200" value="" type="hidden">
                <input name="nr_Nota_1484646_1200" id="nr_Nota_1484646_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1620" id="ci_AlunoAvaliacao_1484646_1620" value="" type="hidden">
                <input name="nr_Nota_1484646_1620" id="nr_Nota_1484646_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1730" id="ci_AlunoAvaliacao_1484646_1730" value="" type="hidden">
                <input name="nr_Nota_1484646_1730" id="nr_Nota_1484646_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1058596&nbsp;JESSICA DE OLIVEIRA MAIA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1058596" type="hidden"></td>
            
            <td id="colunaNotaAluno_1058596_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_154" id="ci_AlunoAvaliacao_1058596_154" value="" type="hidden">
                <input name="nr_Nota_1058596_154" id="nr_Nota_1058596_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_160" id="ci_AlunoAvaliacao_1058596_160" value="" type="hidden">
                <input name="nr_Nota_1058596_160" id="nr_Nota_1058596_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_530" id="ci_AlunoAvaliacao_1058596_530" value="" type="hidden">
                <input name="nr_Nota_1058596_530" id="nr_Nota_1058596_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_780" id="ci_AlunoAvaliacao_1058596_780" value="" type="hidden">
                <input name="nr_Nota_1058596_780" id="nr_Nota_1058596_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_800" id="ci_AlunoAvaliacao_1058596_800" value="" type="hidden">
                <input name="nr_Nota_1058596_800" id="nr_Nota_1058596_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_890" id="ci_AlunoAvaliacao_1058596_890" value="" type="hidden">
                <input name="nr_Nota_1058596_890" id="nr_Nota_1058596_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_970" id="ci_AlunoAvaliacao_1058596_970" value="" type="hidden">
                <input name="nr_Nota_1058596_970" id="nr_Nota_1058596_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_3330" id="ci_AlunoAvaliacao_1058596_3330" value="" type="hidden">
                <input name="nr_Nota_1058596_3330" id="nr_Nota_1058596_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1130" id="ci_AlunoAvaliacao_1058596_1130" value="" type="hidden">
                <input name="nr_Nota_1058596_1130" id="nr_Nota_1058596_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1140" id="ci_AlunoAvaliacao_1058596_1140" value="" type="hidden">
                <input name="nr_Nota_1058596_1140" id="nr_Nota_1058596_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1200" id="ci_AlunoAvaliacao_1058596_1200" value="" type="hidden">
                <input name="nr_Nota_1058596_1200" id="nr_Nota_1058596_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1620" id="ci_AlunoAvaliacao_1058596_1620" value="" type="hidden">
                <input name="nr_Nota_1058596_1620" id="nr_Nota_1058596_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1730" id="ci_AlunoAvaliacao_1058596_1730" value="" type="hidden">
                <input name="nr_Nota_1058596_1730" id="nr_Nota_1058596_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1002334&nbsp;JOANA DARC CORREIA LIMA VASCONCELOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1002334" type="hidden"></td>
            
            <td id="colunaNotaAluno_1002334_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_154" id="ci_AlunoAvaliacao_1002334_154" value="" type="hidden">
                <input name="nr_Nota_1002334_154" id="nr_Nota_1002334_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_160" id="ci_AlunoAvaliacao_1002334_160" value="" type="hidden">
                <input name="nr_Nota_1002334_160" id="nr_Nota_1002334_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_530" id="ci_AlunoAvaliacao_1002334_530" value="" type="hidden">
                <input name="nr_Nota_1002334_530" id="nr_Nota_1002334_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_780" id="ci_AlunoAvaliacao_1002334_780" value="" type="hidden">
                <input name="nr_Nota_1002334_780" id="nr_Nota_1002334_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_800" id="ci_AlunoAvaliacao_1002334_800" value="" type="hidden">
                <input name="nr_Nota_1002334_800" id="nr_Nota_1002334_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_890" id="ci_AlunoAvaliacao_1002334_890" value="" type="hidden">
                <input name="nr_Nota_1002334_890" id="nr_Nota_1002334_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_970" id="ci_AlunoAvaliacao_1002334_970" value="" type="hidden">
                <input name="nr_Nota_1002334_970" id="nr_Nota_1002334_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_3330" id="ci_AlunoAvaliacao_1002334_3330" value="" type="hidden">
                <input name="nr_Nota_1002334_3330" id="nr_Nota_1002334_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1130" id="ci_AlunoAvaliacao_1002334_1130" value="" type="hidden">
                <input name="nr_Nota_1002334_1130" id="nr_Nota_1002334_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1140" id="ci_AlunoAvaliacao_1002334_1140" value="" type="hidden">
                <input name="nr_Nota_1002334_1140" id="nr_Nota_1002334_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1200" id="ci_AlunoAvaliacao_1002334_1200" value="" type="hidden">
                <input name="nr_Nota_1002334_1200" id="nr_Nota_1002334_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1620" id="ci_AlunoAvaliacao_1002334_1620" value="" type="hidden">
                <input name="nr_Nota_1002334_1620" id="nr_Nota_1002334_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1730" id="ci_AlunoAvaliacao_1002334_1730" value="" type="hidden">
                <input name="nr_Nota_1002334_1730" id="nr_Nota_1002334_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1462403&nbsp;JOAO RICARDO ANDRADE DE CASTRO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1462403" type="hidden"></td>
            
            <td id="colunaNotaAluno_1462403_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_154" id="ci_AlunoAvaliacao_1462403_154" value="" type="hidden">
                <input name="nr_Nota_1462403_154" id="nr_Nota_1462403_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_160" id="ci_AlunoAvaliacao_1462403_160" value="" type="hidden">
                <input name="nr_Nota_1462403_160" id="nr_Nota_1462403_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_530" id="ci_AlunoAvaliacao_1462403_530" value="" type="hidden">
                <input name="nr_Nota_1462403_530" id="nr_Nota_1462403_530" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_780" id="ci_AlunoAvaliacao_1462403_780" value="" type="hidden">
                <input name="nr_Nota_1462403_780" id="nr_Nota_1462403_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_800" id="ci_AlunoAvaliacao_1462403_800" value="" type="hidden">
                <input name="nr_Nota_1462403_800" id="nr_Nota_1462403_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_890" id="ci_AlunoAvaliacao_1462403_890" value="" type="hidden">
                <input name="nr_Nota_1462403_890" id="nr_Nota_1462403_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_970" id="ci_AlunoAvaliacao_1462403_970" value="" type="hidden">
                <input name="nr_Nota_1462403_970" id="nr_Nota_1462403_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_3330" id="ci_AlunoAvaliacao_1462403_3330" value="" type="hidden">
                <input name="nr_Nota_1462403_3330" id="nr_Nota_1462403_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1130" id="ci_AlunoAvaliacao_1462403_1130" value="" type="hidden">
                <input name="nr_Nota_1462403_1130" id="nr_Nota_1462403_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1140" id="ci_AlunoAvaliacao_1462403_1140" value="" type="hidden">
                <input name="nr_Nota_1462403_1140" id="nr_Nota_1462403_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1200" id="ci_AlunoAvaliacao_1462403_1200" value="" type="hidden">
                <input name="nr_Nota_1462403_1200" id="nr_Nota_1462403_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1620" id="ci_AlunoAvaliacao_1462403_1620" value="" type="hidden">
                <input name="nr_Nota_1462403_1620" id="nr_Nota_1462403_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1730" id="ci_AlunoAvaliacao_1462403_1730" value="" type="hidden">
                <input name="nr_Nota_1462403_1730" id="nr_Nota_1462403_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202517&nbsp;KEDINA MARIA DOS SANTOS DE MARIA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1202517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202517_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_154" id="ci_AlunoAvaliacao_1202517_154" value="" type="hidden">
                <input name="nr_Nota_1202517_154" id="nr_Nota_1202517_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_160" id="ci_AlunoAvaliacao_1202517_160" value="" type="hidden">
                <input name="nr_Nota_1202517_160" id="nr_Nota_1202517_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_530" id="ci_AlunoAvaliacao_1202517_530" value="" type="hidden">
                <input name="nr_Nota_1202517_530" id="nr_Nota_1202517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_780" id="ci_AlunoAvaliacao_1202517_780" value="" type="hidden">
                <input name="nr_Nota_1202517_780" id="nr_Nota_1202517_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_800" id="ci_AlunoAvaliacao_1202517_800" value="" type="hidden">
                <input name="nr_Nota_1202517_800" id="nr_Nota_1202517_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_890" id="ci_AlunoAvaliacao_1202517_890" value="" type="hidden">
                <input name="nr_Nota_1202517_890" id="nr_Nota_1202517_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_970" id="ci_AlunoAvaliacao_1202517_970" value="" type="hidden">
                <input name="nr_Nota_1202517_970" id="nr_Nota_1202517_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_3330" id="ci_AlunoAvaliacao_1202517_3330" value="" type="hidden">
                <input name="nr_Nota_1202517_3330" id="nr_Nota_1202517_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1130" id="ci_AlunoAvaliacao_1202517_1130" value="" type="hidden">
                <input name="nr_Nota_1202517_1130" id="nr_Nota_1202517_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1140" id="ci_AlunoAvaliacao_1202517_1140" value="" type="hidden">
                <input name="nr_Nota_1202517_1140" id="nr_Nota_1202517_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1200" id="ci_AlunoAvaliacao_1202517_1200" value="" type="hidden">
                <input name="nr_Nota_1202517_1200" id="nr_Nota_1202517_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1620" id="ci_AlunoAvaliacao_1202517_1620" value="" type="hidden">
                <input name="nr_Nota_1202517_1620" id="nr_Nota_1202517_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1730" id="ci_AlunoAvaliacao_1202517_1730" value="" type="hidden">
                <input name="nr_Nota_1202517_1730" id="nr_Nota_1202517_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;883771&nbsp;LETICIA DA SILVA COSTA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="883771" type="hidden"></td>
            
            <td id="colunaNotaAluno_883771_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_154" id="ci_AlunoAvaliacao_883771_154" value="" type="hidden">
                <input name="nr_Nota_883771_154" id="nr_Nota_883771_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_160" id="ci_AlunoAvaliacao_883771_160" value="" type="hidden">
                <input name="nr_Nota_883771_160" id="nr_Nota_883771_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_530" id="ci_AlunoAvaliacao_883771_530" value="" type="hidden">
                <input name="nr_Nota_883771_530" id="nr_Nota_883771_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_780" id="ci_AlunoAvaliacao_883771_780" value="" type="hidden">
                <input name="nr_Nota_883771_780" id="nr_Nota_883771_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_800" id="ci_AlunoAvaliacao_883771_800" value="" type="hidden">
                <input name="nr_Nota_883771_800" id="nr_Nota_883771_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_890" id="ci_AlunoAvaliacao_883771_890" value="" type="hidden">
                <input name="nr_Nota_883771_890" id="nr_Nota_883771_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_970" id="ci_AlunoAvaliacao_883771_970" value="" type="hidden">
                <input name="nr_Nota_883771_970" id="nr_Nota_883771_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_3330" id="ci_AlunoAvaliacao_883771_3330" value="" type="hidden">
                <input name="nr_Nota_883771_3330" id="nr_Nota_883771_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1130" id="ci_AlunoAvaliacao_883771_1130" value="" type="hidden">
                <input name="nr_Nota_883771_1130" id="nr_Nota_883771_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1140" id="ci_AlunoAvaliacao_883771_1140" value="" type="hidden">
                <input name="nr_Nota_883771_1140" id="nr_Nota_883771_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1200" id="ci_AlunoAvaliacao_883771_1200" value="" type="hidden">
                <input name="nr_Nota_883771_1200" id="nr_Nota_883771_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1620" id="ci_AlunoAvaliacao_883771_1620" value="" type="hidden">
                <input name="nr_Nota_883771_1620" id="nr_Nota_883771_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1730" id="ci_AlunoAvaliacao_883771_1730" value="" type="hidden">
                <input name="nr_Nota_883771_1730" id="nr_Nota_883771_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;903015&nbsp;LUCAS RIBEIRO DA SILVA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="903015" type="hidden"></td>
            
            <td id="colunaNotaAluno_903015_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_154" id="ci_AlunoAvaliacao_903015_154" value="" type="hidden">
                <input name="nr_Nota_903015_154" id="nr_Nota_903015_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_160" id="ci_AlunoAvaliacao_903015_160" value="" type="hidden">
                <input name="nr_Nota_903015_160" id="nr_Nota_903015_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_530" id="ci_AlunoAvaliacao_903015_530" value="" type="hidden">
                <input name="nr_Nota_903015_530" id="nr_Nota_903015_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_780" id="ci_AlunoAvaliacao_903015_780" value="" type="hidden">
                <input name="nr_Nota_903015_780" id="nr_Nota_903015_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_800" id="ci_AlunoAvaliacao_903015_800" value="" type="hidden">
                <input name="nr_Nota_903015_800" id="nr_Nota_903015_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_890" id="ci_AlunoAvaliacao_903015_890" value="" type="hidden">
                <input name="nr_Nota_903015_890" id="nr_Nota_903015_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_970" id="ci_AlunoAvaliacao_903015_970" value="" type="hidden">
                <input name="nr_Nota_903015_970" id="nr_Nota_903015_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_3330" id="ci_AlunoAvaliacao_903015_3330" value="" type="hidden">
                <input name="nr_Nota_903015_3330" id="nr_Nota_903015_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1130" id="ci_AlunoAvaliacao_903015_1130" value="" type="hidden">
                <input name="nr_Nota_903015_1130" id="nr_Nota_903015_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1140" id="ci_AlunoAvaliacao_903015_1140" value="" type="hidden">
                <input name="nr_Nota_903015_1140" id="nr_Nota_903015_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1200" id="ci_AlunoAvaliacao_903015_1200" value="" type="hidden">
                <input name="nr_Nota_903015_1200" id="nr_Nota_903015_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1620" id="ci_AlunoAvaliacao_903015_1620" value="" type="hidden">
                <input name="nr_Nota_903015_1620" id="nr_Nota_903015_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1730" id="ci_AlunoAvaliacao_903015_1730" value="" type="hidden">
                <input name="nr_Nota_903015_1730" id="nr_Nota_903015_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;109998&nbsp;MARCIANE DE MOURA GOMES
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="109998" type="hidden"></td>
            
            <td id="colunaNotaAluno_109998_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_154" id="ci_AlunoAvaliacao_109998_154" value="" type="hidden">
                <input name="nr_Nota_109998_154" id="nr_Nota_109998_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_160" id="ci_AlunoAvaliacao_109998_160" value="" type="hidden">
                <input name="nr_Nota_109998_160" id="nr_Nota_109998_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_530" id="ci_AlunoAvaliacao_109998_530" value="" type="hidden">
                <input name="nr_Nota_109998_530" id="nr_Nota_109998_530" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_780" id="ci_AlunoAvaliacao_109998_780" value="" type="hidden">
                <input name="nr_Nota_109998_780" id="nr_Nota_109998_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_800" id="ci_AlunoAvaliacao_109998_800" value="" type="hidden">
                <input name="nr_Nota_109998_800" id="nr_Nota_109998_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_890" id="ci_AlunoAvaliacao_109998_890" value="" type="hidden">
                <input name="nr_Nota_109998_890" id="nr_Nota_109998_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_970" id="ci_AlunoAvaliacao_109998_970" value="" type="hidden">
                <input name="nr_Nota_109998_970" id="nr_Nota_109998_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_3330" id="ci_AlunoAvaliacao_109998_3330" value="" type="hidden">
                <input name="nr_Nota_109998_3330" id="nr_Nota_109998_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1130" id="ci_AlunoAvaliacao_109998_1130" value="" type="hidden">
                <input name="nr_Nota_109998_1130" id="nr_Nota_109998_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1140" id="ci_AlunoAvaliacao_109998_1140" value="" type="hidden">
                <input name="nr_Nota_109998_1140" id="nr_Nota_109998_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1200" id="ci_AlunoAvaliacao_109998_1200" value="" type="hidden">
                <input name="nr_Nota_109998_1200" id="nr_Nota_109998_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1620" id="ci_AlunoAvaliacao_109998_1620" value="" type="hidden">
                <input name="nr_Nota_109998_1620" id="nr_Nota_109998_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1730" id="ci_AlunoAvaliacao_109998_1730" value="" type="hidden">
                <input name="nr_Nota_109998_1730" id="nr_Nota_109998_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;567081&nbsp;MARCILENE DE SOUSA ALCANTARA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="567081" type="hidden"></td>
            
            <td id="colunaNotaAluno_567081_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_154" id="ci_AlunoAvaliacao_567081_154" value="" type="hidden">
                <input name="nr_Nota_567081_154" id="nr_Nota_567081_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_160" id="ci_AlunoAvaliacao_567081_160" value="" type="hidden">
                <input name="nr_Nota_567081_160" id="nr_Nota_567081_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_530" id="ci_AlunoAvaliacao_567081_530" value="" type="hidden">
                <input name="nr_Nota_567081_530" id="nr_Nota_567081_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_780" id="ci_AlunoAvaliacao_567081_780" value="" type="hidden">
                <input name="nr_Nota_567081_780" id="nr_Nota_567081_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_800" id="ci_AlunoAvaliacao_567081_800" value="" type="hidden">
                <input name="nr_Nota_567081_800" id="nr_Nota_567081_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_890" id="ci_AlunoAvaliacao_567081_890" value="" type="hidden">
                <input name="nr_Nota_567081_890" id="nr_Nota_567081_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_970" id="ci_AlunoAvaliacao_567081_970" value="" type="hidden">
                <input name="nr_Nota_567081_970" id="nr_Nota_567081_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_3330" id="ci_AlunoAvaliacao_567081_3330" value="" type="hidden">
                <input name="nr_Nota_567081_3330" id="nr_Nota_567081_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1130" id="ci_AlunoAvaliacao_567081_1130" value="" type="hidden">
                <input name="nr_Nota_567081_1130" id="nr_Nota_567081_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1140" id="ci_AlunoAvaliacao_567081_1140" value="" type="hidden">
                <input name="nr_Nota_567081_1140" id="nr_Nota_567081_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1200" id="ci_AlunoAvaliacao_567081_1200" value="" type="hidden">
                <input name="nr_Nota_567081_1200" id="nr_Nota_567081_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1620" id="ci_AlunoAvaliacao_567081_1620" value="" type="hidden">
                <input name="nr_Nota_567081_1620" id="nr_Nota_567081_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1730" id="ci_AlunoAvaliacao_567081_1730" value="" type="hidden">
                <input name="nr_Nota_567081_1730" id="nr_Nota_567081_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;55539&nbsp;MARIA EDLANGE DOS SANTOS
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="55539" type="hidden"></td>
            
            <td id="colunaNotaAluno_55539_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_154" id="ci_AlunoAvaliacao_55539_154" value="" type="hidden">
                <input name="nr_Nota_55539_154" id="nr_Nota_55539_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_160" id="ci_AlunoAvaliacao_55539_160" value="" type="hidden">
                <input name="nr_Nota_55539_160" id="nr_Nota_55539_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_530" id="ci_AlunoAvaliacao_55539_530" value="" type="hidden">
                <input name="nr_Nota_55539_530" id="nr_Nota_55539_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_780" id="ci_AlunoAvaliacao_55539_780" value="" type="hidden">
                <input name="nr_Nota_55539_780" id="nr_Nota_55539_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_800" id="ci_AlunoAvaliacao_55539_800" value="" type="hidden">
                <input name="nr_Nota_55539_800" id="nr_Nota_55539_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_890" id="ci_AlunoAvaliacao_55539_890" value="" type="hidden">
                <input name="nr_Nota_55539_890" id="nr_Nota_55539_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_970" id="ci_AlunoAvaliacao_55539_970" value="" type="hidden">
                <input name="nr_Nota_55539_970" id="nr_Nota_55539_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_3330" id="ci_AlunoAvaliacao_55539_3330" value="" type="hidden">
                <input name="nr_Nota_55539_3330" id="nr_Nota_55539_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1130" id="ci_AlunoAvaliacao_55539_1130" value="" type="hidden">
                <input name="nr_Nota_55539_1130" id="nr_Nota_55539_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1140" id="ci_AlunoAvaliacao_55539_1140" value="" type="hidden">
                <input name="nr_Nota_55539_1140" id="nr_Nota_55539_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1200" id="ci_AlunoAvaliacao_55539_1200" value="" type="hidden">
                <input name="nr_Nota_55539_1200" id="nr_Nota_55539_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1620" id="ci_AlunoAvaliacao_55539_1620" value="" type="hidden">
                <input name="nr_Nota_55539_1620" id="nr_Nota_55539_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1730" id="ci_AlunoAvaliacao_55539_1730" value="" type="hidden">
                <input name="nr_Nota_55539_1730" id="nr_Nota_55539_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1238097&nbsp;MARIA VANESSA CARVALHO MOURA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1238097" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238097_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_154" id="ci_AlunoAvaliacao_1238097_154" value="" type="hidden">
                <input name="nr_Nota_1238097_154" id="nr_Nota_1238097_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_160" id="ci_AlunoAvaliacao_1238097_160" value="" type="hidden">
                <input name="nr_Nota_1238097_160" id="nr_Nota_1238097_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_530" id="ci_AlunoAvaliacao_1238097_530" value="" type="hidden">
                <input name="nr_Nota_1238097_530" id="nr_Nota_1238097_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_780" id="ci_AlunoAvaliacao_1238097_780" value="" type="hidden">
                <input name="nr_Nota_1238097_780" id="nr_Nota_1238097_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_800" id="ci_AlunoAvaliacao_1238097_800" value="" type="hidden">
                <input name="nr_Nota_1238097_800" id="nr_Nota_1238097_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_890" id="ci_AlunoAvaliacao_1238097_890" value="" type="hidden">
                <input name="nr_Nota_1238097_890" id="nr_Nota_1238097_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_970" id="ci_AlunoAvaliacao_1238097_970" value="" type="hidden">
                <input name="nr_Nota_1238097_970" id="nr_Nota_1238097_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_3330" id="ci_AlunoAvaliacao_1238097_3330" value="" type="hidden">
                <input name="nr_Nota_1238097_3330" id="nr_Nota_1238097_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1130" id="ci_AlunoAvaliacao_1238097_1130" value="" type="hidden">
                <input name="nr_Nota_1238097_1130" id="nr_Nota_1238097_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1140" id="ci_AlunoAvaliacao_1238097_1140" value="" type="hidden">
                <input name="nr_Nota_1238097_1140" id="nr_Nota_1238097_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1200" id="ci_AlunoAvaliacao_1238097_1200" value="" type="hidden">
                <input name="nr_Nota_1238097_1200" id="nr_Nota_1238097_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1620" id="ci_AlunoAvaliacao_1238097_1620" value="" type="hidden">
                <input name="nr_Nota_1238097_1620" id="nr_Nota_1238097_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1730" id="ci_AlunoAvaliacao_1238097_1730" value="" type="hidden">
                <input name="nr_Nota_1238097_1730" id="nr_Nota_1238097_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197180&nbsp;MARINA LUISE DA SILVA GALDINO
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1197180" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197180_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_154" id="ci_AlunoAvaliacao_1197180_154" value="" type="hidden">
                <input name="nr_Nota_1197180_154" id="nr_Nota_1197180_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_160" id="ci_AlunoAvaliacao_1197180_160" value="" type="hidden">
                <input name="nr_Nota_1197180_160" id="nr_Nota_1197180_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_530" id="ci_AlunoAvaliacao_1197180_530" value="" type="hidden">
                <input name="nr_Nota_1197180_530" id="nr_Nota_1197180_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_780" id="ci_AlunoAvaliacao_1197180_780" value="" type="hidden">
                <input name="nr_Nota_1197180_780" id="nr_Nota_1197180_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_800" id="ci_AlunoAvaliacao_1197180_800" value="" type="hidden">
                <input name="nr_Nota_1197180_800" id="nr_Nota_1197180_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_890" id="ci_AlunoAvaliacao_1197180_890" value="" type="hidden">
                <input name="nr_Nota_1197180_890" id="nr_Nota_1197180_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_970" id="ci_AlunoAvaliacao_1197180_970" value="" type="hidden">
                <input name="nr_Nota_1197180_970" id="nr_Nota_1197180_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_3330" id="ci_AlunoAvaliacao_1197180_3330" value="" type="hidden">
                <input name="nr_Nota_1197180_3330" id="nr_Nota_1197180_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1130" id="ci_AlunoAvaliacao_1197180_1130" value="" type="hidden">
                <input name="nr_Nota_1197180_1130" id="nr_Nota_1197180_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1140" id="ci_AlunoAvaliacao_1197180_1140" value="" type="hidden">
                <input name="nr_Nota_1197180_1140" id="nr_Nota_1197180_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1200" id="ci_AlunoAvaliacao_1197180_1200" value="" type="hidden">
                <input name="nr_Nota_1197180_1200" id="nr_Nota_1197180_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1620" id="ci_AlunoAvaliacao_1197180_1620" value="" type="hidden">
                <input name="nr_Nota_1197180_1620" id="nr_Nota_1197180_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1730" id="ci_AlunoAvaliacao_1197180_1730" value="" type="hidden">
                <input name="nr_Nota_1197180_1730" id="nr_Nota_1197180_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1195355&nbsp;MATHEUS SANTOS DA SILVA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1195355" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195355_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_154" id="ci_AlunoAvaliacao_1195355_154" value="" type="hidden">
                <input name="nr_Nota_1195355_154" id="nr_Nota_1195355_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_160" id="ci_AlunoAvaliacao_1195355_160" value="" type="hidden">
                <input name="nr_Nota_1195355_160" id="nr_Nota_1195355_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_530" id="ci_AlunoAvaliacao_1195355_530" value="" type="hidden">
                <input name="nr_Nota_1195355_530" id="nr_Nota_1195355_530" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_780" id="ci_AlunoAvaliacao_1195355_780" value="" type="hidden">
                <input name="nr_Nota_1195355_780" id="nr_Nota_1195355_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_800" id="ci_AlunoAvaliacao_1195355_800" value="" type="hidden">
                <input name="nr_Nota_1195355_800" id="nr_Nota_1195355_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_890" id="ci_AlunoAvaliacao_1195355_890" value="" type="hidden">
                <input name="nr_Nota_1195355_890" id="nr_Nota_1195355_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_970" id="ci_AlunoAvaliacao_1195355_970" value="" type="hidden">
                <input name="nr_Nota_1195355_970" id="nr_Nota_1195355_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_3330" id="ci_AlunoAvaliacao_1195355_3330" value="" type="hidden">
                <input name="nr_Nota_1195355_3330" id="nr_Nota_1195355_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1130" id="ci_AlunoAvaliacao_1195355_1130" value="" type="hidden">
                <input name="nr_Nota_1195355_1130" id="nr_Nota_1195355_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1140" id="ci_AlunoAvaliacao_1195355_1140" value="" type="hidden">
                <input name="nr_Nota_1195355_1140" id="nr_Nota_1195355_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1200" id="ci_AlunoAvaliacao_1195355_1200" value="" type="hidden">
                <input name="nr_Nota_1195355_1200" id="nr_Nota_1195355_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1620" id="ci_AlunoAvaliacao_1195355_1620" value="" type="hidden">
                <input name="nr_Nota_1195355_1620" id="nr_Nota_1195355_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1730" id="ci_AlunoAvaliacao_1195355_1730" value="" type="hidden">
                <input name="nr_Nota_1195355_1730" id="nr_Nota_1195355_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1238111&nbsp;PAULA MARQUES DE LIMA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1238111" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238111_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_154" id="ci_AlunoAvaliacao_1238111_154" value="" type="hidden">
                <input name="nr_Nota_1238111_154" id="nr_Nota_1238111_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_160" id="ci_AlunoAvaliacao_1238111_160" value="" type="hidden">
                <input name="nr_Nota_1238111_160" id="nr_Nota_1238111_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_530" id="ci_AlunoAvaliacao_1238111_530" value="" type="hidden">
                <input name="nr_Nota_1238111_530" id="nr_Nota_1238111_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_780" id="ci_AlunoAvaliacao_1238111_780" value="" type="hidden">
                <input name="nr_Nota_1238111_780" id="nr_Nota_1238111_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_800" id="ci_AlunoAvaliacao_1238111_800" value="" type="hidden">
                <input name="nr_Nota_1238111_800" id="nr_Nota_1238111_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_890" id="ci_AlunoAvaliacao_1238111_890" value="" type="hidden">
                <input name="nr_Nota_1238111_890" id="nr_Nota_1238111_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_970" id="ci_AlunoAvaliacao_1238111_970" value="" type="hidden">
                <input name="nr_Nota_1238111_970" id="nr_Nota_1238111_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_3330" id="ci_AlunoAvaliacao_1238111_3330" value="" type="hidden">
                <input name="nr_Nota_1238111_3330" id="nr_Nota_1238111_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1130" id="ci_AlunoAvaliacao_1238111_1130" value="" type="hidden">
                <input name="nr_Nota_1238111_1130" id="nr_Nota_1238111_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1140" id="ci_AlunoAvaliacao_1238111_1140" value="" type="hidden">
                <input name="nr_Nota_1238111_1140" id="nr_Nota_1238111_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1200" id="ci_AlunoAvaliacao_1238111_1200" value="" type="hidden">
                <input name="nr_Nota_1238111_1200" id="nr_Nota_1238111_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1620" id="ci_AlunoAvaliacao_1238111_1620" value="" type="hidden">
                <input name="nr_Nota_1238111_1620" id="nr_Nota_1238111_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1730" id="ci_AlunoAvaliacao_1238111_1730" value="" type="hidden">
                <input name="nr_Nota_1238111_1730" id="nr_Nota_1238111_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1205703&nbsp;PRISCILA FERREIRA DA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1205703" type="hidden"></td>
            
            <td id="colunaNotaAluno_1205703_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_154" id="ci_AlunoAvaliacao_1205703_154" value="" type="hidden">
                <input name="nr_Nota_1205703_154" id="nr_Nota_1205703_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_160" id="ci_AlunoAvaliacao_1205703_160" value="" type="hidden">
                <input name="nr_Nota_1205703_160" id="nr_Nota_1205703_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_530" id="ci_AlunoAvaliacao_1205703_530" value="" type="hidden">
                <input name="nr_Nota_1205703_530" id="nr_Nota_1205703_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_780" id="ci_AlunoAvaliacao_1205703_780" value="" type="hidden">
                <input name="nr_Nota_1205703_780" id="nr_Nota_1205703_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_800" id="ci_AlunoAvaliacao_1205703_800" value="" type="hidden">
                <input name="nr_Nota_1205703_800" id="nr_Nota_1205703_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_890" id="ci_AlunoAvaliacao_1205703_890" value="" type="hidden">
                <input name="nr_Nota_1205703_890" id="nr_Nota_1205703_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_970" id="ci_AlunoAvaliacao_1205703_970" value="" type="hidden">
                <input name="nr_Nota_1205703_970" id="nr_Nota_1205703_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_3330" id="ci_AlunoAvaliacao_1205703_3330" value="" type="hidden">
                <input name="nr_Nota_1205703_3330" id="nr_Nota_1205703_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1130" id="ci_AlunoAvaliacao_1205703_1130" value="" type="hidden">
                <input name="nr_Nota_1205703_1130" id="nr_Nota_1205703_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1140" id="ci_AlunoAvaliacao_1205703_1140" value="" type="hidden">
                <input name="nr_Nota_1205703_1140" id="nr_Nota_1205703_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1200" id="ci_AlunoAvaliacao_1205703_1200" value="" type="hidden">
                <input name="nr_Nota_1205703_1200" id="nr_Nota_1205703_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1620" id="ci_AlunoAvaliacao_1205703_1620" value="" type="hidden">
                <input name="nr_Nota_1205703_1620" id="nr_Nota_1205703_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1730" id="ci_AlunoAvaliacao_1205703_1730" value="" type="hidden">
                <input name="nr_Nota_1205703_1730" id="nr_Nota_1205703_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202370&nbsp;RENATO RIBEIRO DE SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1202370" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202370_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_154" id="ci_AlunoAvaliacao_1202370_154" value="" type="hidden">
                <input name="nr_Nota_1202370_154" id="nr_Nota_1202370_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_160" id="ci_AlunoAvaliacao_1202370_160" value="" type="hidden">
                <input name="nr_Nota_1202370_160" id="nr_Nota_1202370_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_530" id="ci_AlunoAvaliacao_1202370_530" value="" type="hidden">
                <input name="nr_Nota_1202370_530" id="nr_Nota_1202370_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_780" id="ci_AlunoAvaliacao_1202370_780" value="" type="hidden">
                <input name="nr_Nota_1202370_780" id="nr_Nota_1202370_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_800" id="ci_AlunoAvaliacao_1202370_800" value="" type="hidden">
                <input name="nr_Nota_1202370_800" id="nr_Nota_1202370_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_890" id="ci_AlunoAvaliacao_1202370_890" value="" type="hidden">
                <input name="nr_Nota_1202370_890" id="nr_Nota_1202370_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_970" id="ci_AlunoAvaliacao_1202370_970" value="" type="hidden">
                <input name="nr_Nota_1202370_970" id="nr_Nota_1202370_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_3330" id="ci_AlunoAvaliacao_1202370_3330" value="" type="hidden">
                <input name="nr_Nota_1202370_3330" id="nr_Nota_1202370_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1130" id="ci_AlunoAvaliacao_1202370_1130" value="" type="hidden">
                <input name="nr_Nota_1202370_1130" id="nr_Nota_1202370_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1140" id="ci_AlunoAvaliacao_1202370_1140" value="" type="hidden">
                <input name="nr_Nota_1202370_1140" id="nr_Nota_1202370_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1200" id="ci_AlunoAvaliacao_1202370_1200" value="" type="hidden">
                <input name="nr_Nota_1202370_1200" id="nr_Nota_1202370_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1620" id="ci_AlunoAvaliacao_1202370_1620" value="" type="hidden">
                <input name="nr_Nota_1202370_1620" id="nr_Nota_1202370_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1730" id="ci_AlunoAvaliacao_1202370_1730" value="" type="hidden">
                <input name="nr_Nota_1202370_1730" id="nr_Nota_1202370_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;983521&nbsp;SAMARA DE OLIVEIRA SAMPAIO
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="983521" type="hidden"></td>
            
            <td id="colunaNotaAluno_983521_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_154" id="ci_AlunoAvaliacao_983521_154" value="" type="hidden">
                <input name="nr_Nota_983521_154" id="nr_Nota_983521_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_160" id="ci_AlunoAvaliacao_983521_160" value="" type="hidden">
                <input name="nr_Nota_983521_160" id="nr_Nota_983521_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_530" id="ci_AlunoAvaliacao_983521_530" value="" type="hidden">
                <input name="nr_Nota_983521_530" id="nr_Nota_983521_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_780" id="ci_AlunoAvaliacao_983521_780" value="" type="hidden">
                <input name="nr_Nota_983521_780" id="nr_Nota_983521_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_800" id="ci_AlunoAvaliacao_983521_800" value="" type="hidden">
                <input name="nr_Nota_983521_800" id="nr_Nota_983521_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_890" id="ci_AlunoAvaliacao_983521_890" value="" type="hidden">
                <input name="nr_Nota_983521_890" id="nr_Nota_983521_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_970" id="ci_AlunoAvaliacao_983521_970" value="" type="hidden">
                <input name="nr_Nota_983521_970" id="nr_Nota_983521_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_3330" id="ci_AlunoAvaliacao_983521_3330" value="" type="hidden">
                <input name="nr_Nota_983521_3330" id="nr_Nota_983521_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1130" id="ci_AlunoAvaliacao_983521_1130" value="" type="hidden">
                <input name="nr_Nota_983521_1130" id="nr_Nota_983521_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1140" id="ci_AlunoAvaliacao_983521_1140" value="" type="hidden">
                <input name="nr_Nota_983521_1140" id="nr_Nota_983521_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1200" id="ci_AlunoAvaliacao_983521_1200" value="" type="hidden">
                <input name="nr_Nota_983521_1200" id="nr_Nota_983521_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1620" id="ci_AlunoAvaliacao_983521_1620" value="" type="hidden">
                <input name="nr_Nota_983521_1620" id="nr_Nota_983521_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1730" id="ci_AlunoAvaliacao_983521_1730" value="" type="hidden">
                <input name="nr_Nota_983521_1730" id="nr_Nota_983521_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197288&nbsp;SAMIA PEREIRA DE SOUZA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1197288" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197288_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_154" id="ci_AlunoAvaliacao_1197288_154" value="" type="hidden">
                <input name="nr_Nota_1197288_154" id="nr_Nota_1197288_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_160" id="ci_AlunoAvaliacao_1197288_160" value="" type="hidden">
                <input name="nr_Nota_1197288_160" id="nr_Nota_1197288_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_530" id="ci_AlunoAvaliacao_1197288_530" value="" type="hidden">
                <input name="nr_Nota_1197288_530" id="nr_Nota_1197288_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_780" id="ci_AlunoAvaliacao_1197288_780" value="" type="hidden">
                <input name="nr_Nota_1197288_780" id="nr_Nota_1197288_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_800" id="ci_AlunoAvaliacao_1197288_800" value="" type="hidden">
                <input name="nr_Nota_1197288_800" id="nr_Nota_1197288_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_890" id="ci_AlunoAvaliacao_1197288_890" value="" type="hidden">
                <input name="nr_Nota_1197288_890" id="nr_Nota_1197288_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_970" id="ci_AlunoAvaliacao_1197288_970" value="" type="hidden">
                <input name="nr_Nota_1197288_970" id="nr_Nota_1197288_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_3330" id="ci_AlunoAvaliacao_1197288_3330" value="" type="hidden">
                <input name="nr_Nota_1197288_3330" id="nr_Nota_1197288_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1130" id="ci_AlunoAvaliacao_1197288_1130" value="" type="hidden">
                <input name="nr_Nota_1197288_1130" id="nr_Nota_1197288_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1140" id="ci_AlunoAvaliacao_1197288_1140" value="" type="hidden">
                <input name="nr_Nota_1197288_1140" id="nr_Nota_1197288_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1200" id="ci_AlunoAvaliacao_1197288_1200" value="" type="hidden">
                <input name="nr_Nota_1197288_1200" id="nr_Nota_1197288_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1620" id="ci_AlunoAvaliacao_1197288_1620" value="" type="hidden">
                <input name="nr_Nota_1197288_1620" id="nr_Nota_1197288_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1730" id="ci_AlunoAvaliacao_1197288_1730" value="" type="hidden">
                <input name="nr_Nota_1197288_1730" id="nr_Nota_1197288_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;640397&nbsp;SARA SOARES GOMES
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="640397" type="hidden"></td>
            
            <td id="colunaNotaAluno_640397_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_154" id="ci_AlunoAvaliacao_640397_154" value="" type="hidden">
                <input name="nr_Nota_640397_154" id="nr_Nota_640397_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_160" id="ci_AlunoAvaliacao_640397_160" value="" type="hidden">
                <input name="nr_Nota_640397_160" id="nr_Nota_640397_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_530" id="ci_AlunoAvaliacao_640397_530" value="" type="hidden">
                <input name="nr_Nota_640397_530" id="nr_Nota_640397_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_780" id="ci_AlunoAvaliacao_640397_780" value="" type="hidden">
                <input name="nr_Nota_640397_780" id="nr_Nota_640397_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_800" id="ci_AlunoAvaliacao_640397_800" value="" type="hidden">
                <input name="nr_Nota_640397_800" id="nr_Nota_640397_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_890" id="ci_AlunoAvaliacao_640397_890" value="" type="hidden">
                <input name="nr_Nota_640397_890" id="nr_Nota_640397_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_970" id="ci_AlunoAvaliacao_640397_970" value="" type="hidden">
                <input name="nr_Nota_640397_970" id="nr_Nota_640397_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_3330" id="ci_AlunoAvaliacao_640397_3330" value="" type="hidden">
                <input name="nr_Nota_640397_3330" id="nr_Nota_640397_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1130" id="ci_AlunoAvaliacao_640397_1130" value="" type="hidden">
                <input name="nr_Nota_640397_1130" id="nr_Nota_640397_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1140" id="ci_AlunoAvaliacao_640397_1140" value="" type="hidden">
                <input name="nr_Nota_640397_1140" id="nr_Nota_640397_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1200" id="ci_AlunoAvaliacao_640397_1200" value="" type="hidden">
                <input name="nr_Nota_640397_1200" id="nr_Nota_640397_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1620" id="ci_AlunoAvaliacao_640397_1620" value="" type="hidden">
                <input name="nr_Nota_640397_1620" id="nr_Nota_640397_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1730" id="ci_AlunoAvaliacao_640397_1730" value="" type="hidden">
                <input name="nr_Nota_640397_1730" id="nr_Nota_640397_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197434&nbsp;THAIS BERNARDINO DE ALMEIDA
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1197434" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197434_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_154" id="ci_AlunoAvaliacao_1197434_154" value="" type="hidden">
                <input name="nr_Nota_1197434_154" id="nr_Nota_1197434_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_160" id="ci_AlunoAvaliacao_1197434_160" value="" type="hidden">
                <input name="nr_Nota_1197434_160" id="nr_Nota_1197434_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_530" id="ci_AlunoAvaliacao_1197434_530" value="" type="hidden">
                <input name="nr_Nota_1197434_530" id="nr_Nota_1197434_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_780" id="ci_AlunoAvaliacao_1197434_780" value="" type="hidden">
                <input name="nr_Nota_1197434_780" id="nr_Nota_1197434_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_800" id="ci_AlunoAvaliacao_1197434_800" value="" type="hidden">
                <input name="nr_Nota_1197434_800" id="nr_Nota_1197434_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_890" id="ci_AlunoAvaliacao_1197434_890" value="" type="hidden">
                <input name="nr_Nota_1197434_890" id="nr_Nota_1197434_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_970" id="ci_AlunoAvaliacao_1197434_970" value="" type="hidden">
                <input name="nr_Nota_1197434_970" id="nr_Nota_1197434_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_3330" id="ci_AlunoAvaliacao_1197434_3330" value="" type="hidden">
                <input name="nr_Nota_1197434_3330" id="nr_Nota_1197434_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1130" id="ci_AlunoAvaliacao_1197434_1130" value="" type="hidden">
                <input name="nr_Nota_1197434_1130" id="nr_Nota_1197434_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1140" id="ci_AlunoAvaliacao_1197434_1140" value="" type="hidden">
                <input name="nr_Nota_1197434_1140" id="nr_Nota_1197434_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1200" id="ci_AlunoAvaliacao_1197434_1200" value="" type="hidden">
                <input name="nr_Nota_1197434_1200" id="nr_Nota_1197434_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1620" id="ci_AlunoAvaliacao_1197434_1620" value="" type="hidden">
                <input name="nr_Nota_1197434_1620" id="nr_Nota_1197434_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1730" id="ci_AlunoAvaliacao_1197434_1730" value="" type="hidden">
                <input name="nr_Nota_1197434_1730" id="nr_Nota_1197434_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902415&nbsp;VERIDIANE VIANA BORGES
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="902415" type="hidden"></td>
            
            <td id="colunaNotaAluno_902415_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_154" id="ci_AlunoAvaliacao_902415_154" value="" type="hidden">
                <input name="nr_Nota_902415_154" id="nr_Nota_902415_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_160" id="ci_AlunoAvaliacao_902415_160" value="" type="hidden">
                <input name="nr_Nota_902415_160" id="nr_Nota_902415_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_530" id="ci_AlunoAvaliacao_902415_530" value="" type="hidden">
                <input name="nr_Nota_902415_530" id="nr_Nota_902415_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_780" id="ci_AlunoAvaliacao_902415_780" value="" type="hidden">
                <input name="nr_Nota_902415_780" id="nr_Nota_902415_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_800" id="ci_AlunoAvaliacao_902415_800" value="" type="hidden">
                <input name="nr_Nota_902415_800" id="nr_Nota_902415_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_890" id="ci_AlunoAvaliacao_902415_890" value="" type="hidden">
                <input name="nr_Nota_902415_890" id="nr_Nota_902415_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_970" id="ci_AlunoAvaliacao_902415_970" value="" type="hidden">
                <input name="nr_Nota_902415_970" id="nr_Nota_902415_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_3330" id="ci_AlunoAvaliacao_902415_3330" value="" type="hidden">
                <input name="nr_Nota_902415_3330" id="nr_Nota_902415_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1130" id="ci_AlunoAvaliacao_902415_1130" value="" type="hidden">
                <input name="nr_Nota_902415_1130" id="nr_Nota_902415_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1140" id="ci_AlunoAvaliacao_902415_1140" value="" type="hidden">
                <input name="nr_Nota_902415_1140" id="nr_Nota_902415_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1200" id="ci_AlunoAvaliacao_902415_1200" value="" type="hidden">
                <input name="nr_Nota_902415_1200" id="nr_Nota_902415_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1620" id="ci_AlunoAvaliacao_902415_1620" value="" type="hidden">
                <input name="nr_Nota_902415_1620" id="nr_Nota_902415_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1730" id="ci_AlunoAvaliacao_902415_1730" value="" type="hidden">
                <input name="nr_Nota_902415_1730" id="nr_Nota_902415_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;902419&nbsp;VIVIANE VIANA BORGES
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="902419" type="hidden"></td>
            
            <td id="colunaNotaAluno_902419_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_154" id="ci_AlunoAvaliacao_902419_154" value="" type="hidden">
                <input name="nr_Nota_902419_154" id="nr_Nota_902419_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_160" id="ci_AlunoAvaliacao_902419_160" value="" type="hidden">
                <input name="nr_Nota_902419_160" id="nr_Nota_902419_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_530" id="ci_AlunoAvaliacao_902419_530" value="" type="hidden">
                <input name="nr_Nota_902419_530" id="nr_Nota_902419_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_780" id="ci_AlunoAvaliacao_902419_780" value="" type="hidden">
                <input name="nr_Nota_902419_780" id="nr_Nota_902419_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_800" id="ci_AlunoAvaliacao_902419_800" value="" type="hidden">
                <input name="nr_Nota_902419_800" id="nr_Nota_902419_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_890" id="ci_AlunoAvaliacao_902419_890" value="" type="hidden">
                <input name="nr_Nota_902419_890" id="nr_Nota_902419_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_970" id="ci_AlunoAvaliacao_902419_970" value="" type="hidden">
                <input name="nr_Nota_902419_970" id="nr_Nota_902419_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_3330" id="ci_AlunoAvaliacao_902419_3330" value="" type="hidden">
                <input name="nr_Nota_902419_3330" id="nr_Nota_902419_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1130" id="ci_AlunoAvaliacao_902419_1130" value="" type="hidden">
                <input name="nr_Nota_902419_1130" id="nr_Nota_902419_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1140" id="ci_AlunoAvaliacao_902419_1140" value="" type="hidden">
                <input name="nr_Nota_902419_1140" id="nr_Nota_902419_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1200" id="ci_AlunoAvaliacao_902419_1200" value="" type="hidden">
                <input name="nr_Nota_902419_1200" id="nr_Nota_902419_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1620" id="ci_AlunoAvaliacao_902419_1620" value="" type="hidden">
                <input name="nr_Nota_902419_1620" id="nr_Nota_902419_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1730" id="ci_AlunoAvaliacao_902419_1730" value="" type="hidden">
                <input name="nr_Nota_902419_1730" id="nr_Nota_902419_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167685&nbsp;WILLIAM SILVA BRAGA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="1167685" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167685_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_154" id="ci_AlunoAvaliacao_1167685_154" value="" type="hidden">
                <input name="nr_Nota_1167685_154" id="nr_Nota_1167685_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_160" id="ci_AlunoAvaliacao_1167685_160" value="" type="hidden">
                <input name="nr_Nota_1167685_160" id="nr_Nota_1167685_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_530" id="ci_AlunoAvaliacao_1167685_530" value="" type="hidden">
                <input name="nr_Nota_1167685_530" id="nr_Nota_1167685_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_780" id="ci_AlunoAvaliacao_1167685_780" value="" type="hidden">
                <input name="nr_Nota_1167685_780" id="nr_Nota_1167685_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_800" id="ci_AlunoAvaliacao_1167685_800" value="" type="hidden">
                <input name="nr_Nota_1167685_800" id="nr_Nota_1167685_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_890" id="ci_AlunoAvaliacao_1167685_890" value="" type="hidden">
                <input name="nr_Nota_1167685_890" id="nr_Nota_1167685_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_970" id="ci_AlunoAvaliacao_1167685_970" value="" type="hidden">
                <input name="nr_Nota_1167685_970" id="nr_Nota_1167685_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_3330" id="ci_AlunoAvaliacao_1167685_3330" value="" type="hidden">
                <input name="nr_Nota_1167685_3330" id="nr_Nota_1167685_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1130" id="ci_AlunoAvaliacao_1167685_1130" value="" type="hidden">
                <input name="nr_Nota_1167685_1130" id="nr_Nota_1167685_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1140" id="ci_AlunoAvaliacao_1167685_1140" value="" type="hidden">
                <input name="nr_Nota_1167685_1140" id="nr_Nota_1167685_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1200" id="ci_AlunoAvaliacao_1167685_1200" value="" type="hidden">
                <input name="nr_Nota_1167685_1200" id="nr_Nota_1167685_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1620" id="ci_AlunoAvaliacao_1167685_1620" value="" type="hidden">
                <input name="nr_Nota_1167685_1620" id="nr_Nota_1167685_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1730" id="ci_AlunoAvaliacao_1167685_1730" value="" type="hidden">
                <input name="nr_Nota_1167685_1730" id="nr_Nota_1167685_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <table width="99%" border="0" cellpadding="0" cellspacing="0">
                <tbody><tr>
                  <td><span class="azul_bold"><br>
                    * Notas em AZUL, esto aprovados.</span><br>
                    <span class="vermelho_bold">
                    
                    * Notas em Vermelho, esto reprovados.
                    
                    </span></td>
                </tr>
              </tbody></table>
              
              <br>
              
              <br>
                            
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 338px; left: 838px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">BRUNA KEZIA PEREIRA LOPES DE MORAES</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>